home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today (Latin America) Volume 1 #6
/
CD-ROM Today 6 Latam.iso
/
referenc
/
evol
/
database.dxr
/
00020_ non-active.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-11-08
|
285 b
|
13 lines
on mouseDown
set clicked to the clickOn
set lastMem to the member of sprite clicked
set the member of sprite clicked to 45
updateStage()
repeat while the mouseDown
end repeat
set the member of sprite clicked to lastMem
tell the stage
CloseDatabase()
end tell
end